home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_31_return to menu = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  163 b   |  8 lines

  1. on exitFrame
  2.   repeat while the right of sprite 19 > 0
  3.     set the locH of sprite 19 to the locH of sprite 19 - 10
  4.     updateStage()
  5.   end repeat
  6.   go("menu")
  7. end
  8.